home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
cprog
/
vectors_c.lha
/
MAKEFILE
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-01-01
|
221 b
|
15 lines
CFLAGS= +l -s
.c.o32:
cc $(CFLAGS) -o $@ $*.c
test.o32: test.c 3d.c
cc $(CFLAGS) -o test.o32 test.c
test: test.o32
ln test.o32 +Q -lm32 -lc32
cube: cube.o32
ln cube.o32 +Q -lm32 -lc32